home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 16 / Erect Magazine 16.iso / mac / Menu.DIR / 00064.ls < prev    next >
Encoding:
Text File  |  1996-08-05  |  220 b   |  11 lines

  1. on mouseUp
  2.   set spriteNum to the clickOn
  3.   puppetSound("click.aif")
  4.   updateStage()
  5.   repeat with n = 6 to 8
  6.     set the visible of sprite n to 0
  7.   end repeat
  8.   set jumpName to "Mov" & spriteNum - 10
  9.   go(jumpName)
  10. end
  11.